type github.com/jackc/pgx/v5/pgtype.encodePlanXMLCodecEitherFormatString

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		xml.go#L27: 		return encodePlanXMLCodecEitherFormatString{}
		xml.go#L69: type encodePlanXMLCodecEitherFormatString struct{}
		xml.go#L71: func (encodePlanXMLCodecEitherFormatString) Encode(value any, buf []byte) (newBuf []byte, err error) {